home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / InstallMaster 7.03 / Devfulldemo.exe / file0210.bin < prev    next >
Encoding:
Text File  |  1999-04-26  |  2.2 KB  |  82 lines

  1. Document Type: WSE
  2. item: Global
  3.   Version=6.0
  4.   Title=Left$
  5.   Flags=00000100
  6.   Split=1420
  7.   Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  8.   Copy Default=1
  9.   Japanese Font Name=MS Gothic
  10.   Japanese Font Size=10
  11.   Start Gradient=0 0 255
  12.   End Gradient=0 0 0
  13.   Windows Flags=00000000000000000010110000001000
  14.   Message Font=MS Sans Serif
  15.   Font Size=8
  16.   Disk Filename=SETUP
  17.   Patch Flags=0000000000000001
  18.   Patch Threshold=85
  19.   Patch Memory=4000
  20.   FTP Cluster Size=20
  21. end
  22. item: Remark
  23. end
  24. item: Remark
  25.   Text=This Wise 6.0 sample script shows how to use the Expression Left$ in the parser.
  26. end
  27. item: Remark
  28. end
  29. item: Remark
  30.   Text=This part of the code is devoted to getting input from the user.
  31. end
  32. item: Prompt for Text
  33.   Window Title=Expression Parser - Left$ Test
  34.   Prompt Title=Please enter an alphanumeric value.
  35.   Variable=ALPHANUMERIC
  36. end
  37. item: Prompt for Text
  38.   Window Title=Expression Parser -  Left$ Test
  39.   Text=The number you enter must not be more than the number of characters in the alphanumeric previously entered.
  40.   Prompt Title=Please enter an number.
  41.   Variable=NUMBER
  42. end
  43. item: Remark
  44. end
  45. item: Remark
  46.   Text=This is the first way to use the expression parser.
  47. end
  48. item: Remark
  49.   Text=This first value is the variable to be parsed, and the second is how many spaces to parse.
  50. end
  51. item: Set Variable
  52.   Variable=ENDRESULT
  53.   Value=Left$(Alphanumeric,Number)
  54.   Flags=00100000
  55. end
  56. item: Display Message
  57.   Title=Expression Parser - Left$ Test 1.
  58.   Text=This Display message shows the set variable command in conjunction with the Expression parser.
  59.   Text=
  60.   Text=The first %NUMBER% letter(s) of %ALPHANUMERIC% is/are %ENDRESULT%.
  61. end
  62. item: Remark
  63. end
  64. item: Remark
  65.   Text=This is the other way to use the expression parser.
  66. end
  67. item: Remark
  68.   Text=You can also use the command options such as <, >, >=, <=, and, or, not, and <>.
  69. end
  70. item: If/While Statement
  71.   Value=Endresult = Left$(Alphanumeric,Number)
  72.   Flags=00001101
  73. end
  74. item: Display Message
  75.   Title=Expression Parser - Left$ Test 2.
  76.   Text=This Display message shows an if/while statement in conjunction with the Expression parser.
  77.   Text=
  78.   Text=Yes, The first %NUMBER% letter(s) of %ALPHANUMERIC% is/are %ENDRESULT%.
  79. end
  80. item: End Block
  81. end
  82.